home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 43
/
Vol 43.iso
/
games
/
superdog.swf
/
scripts
/
DefineSprite_1838
/
frame_5
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-06-25
|
299 b
|
19 lines
function scoreplus2()
{
if(tbn < tb)
{
tbn += 10;
}
if(tbn >= tb)
{
tbn = tb;
clearInterval(intervalID2);
_root.lc.play();
}
}
stop();
tbn = 0;
tb = _parent.mainGame.gameTime * 10;
var intervalID2;
intervalID2 = setInterval(scoreplus2,8);